toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.download
/
[jvm]Download
Download
public
interface
Download
implements
Observable
<
T
>
A download activity.
Members
Functions
cancel
Link copied to clipboard
public
abstract
void
cancel
(
)
Cancels this download.
is
Paused
Link copied to clipboard
public
abstract
boolean
isPaused
(
)
Indicates whether this download is paused.
on
Link copied to clipboard
public
abstract
Subscription
on
<
E
extends
T
>
(
Class
<
E
>
eventClass
,
Observer
<
E
>
observer
)
Subscribes the given event
observer
to receive the events of the given
eventClass
.
pause
Link copied to clipboard
public
abstract
void
pause
(
)
Pauses this download.
resume
Link copied to clipboard
public
abstract
void
resume
(
)
Resumes this download.
state
Link copied to clipboard
public
abstract
DownloadState
state
(
)
Returns the download state.
target
Link copied to clipboard
public
abstract
DownloadTarget
target
(
)
Returns the download target.